DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / SubindexCollection<T> Class
Properties Methods


In This Topic
    SubindexCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by SubindexCollection<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of subindexes in the collection.  
    Public PropertyGets the subindex object at the specified ordinal position in the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a new subindex and attaches it to its parent's IndexDefinition<T>.Subindexes collection.  
    Public MethodClears the collection of all subindexes. All subindexes are detached from the parent and destroyed.  
    Public MethodOverloaded. Determines whether a subindex with the specified key selector exists in the collection.  
    Public MethodOverloaded. Finds a subindex in the collection by its key selector.  
    Public MethodReturns an enumerator that iterates through the SubindexCollection<T>.  
    Public MethodOverloaded. Removes a subindex from the collection.  
    Top
    See Also